-
Notifications
You must be signed in to change notification settings - Fork 4.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Run3-gex138 Replace getbylabel using token in CalibCalorimetry/CastorCalib #39176
Conversation
-code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-39176/31764
Code check has found code style and quality issues which could be resolved by applying following patch(s)
|
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-39176/31767
|
A new Pull Request was created by @bsunanda (Sunanda Banerjee) for master. It involves the following packages:
@malbouis, @yuanchao, @cmsbuild, @saumyaphor4252, @francescobrivio, @ChrisMisan, @tvami can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@bsunanda there are some things outside of this PR scope that can be changed:
- cout is not allowed, consider using logging system
std::cout << "Calculating Pedestal constants...\n"; |
std::cout << "Analyzing channel sector= " << bunch_it->detid.sector() |
-
this can be simplified into a loop
bunch_it->cap[0] /= bunch_it->num[0][0]; -
There is a lot of commented code, which sometimes is not even correct in terms of the syntax
//if(bunch_it->detid.subdet() == 1){
please test |
type bugfix,castor |
@tvami I don't think there's castor label |
@smuzaffar although Castor is decommissioned, the code still exists. I think making the label would be helpful. |
if it is just for label then I can update https://github.com/cms-sw/cms-bot/blob/master/githublabels.py#L33 to include |
it's just a label, we dont need the L2 category |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-851d57/27058/summary.html Comparison SummarySummary:
|
+alca
|
This pull request is fully signed and it will be integrated in one of the next master IBs (tests are also fine). This pull request will now be reviewed by the release team before it's merged. @perrotta, @dpiparo, @qliphy, @rappoccio (and backports should be raised in the release meeting by the corresponding L2) |
+1 |
PR description:
Replace getbylabel using token in CalibCalorimetry/CastorCalib
PR validation:
Use the runTheMatrix test workflows
If this PR is a backport please specify the original PR and why you need to backport that PR. If this PR will be backported please specify to which release cycle the backport is meant for:
Nothing special